project | see Project Object | an instance of the After Effect Project and all of its associated methods & attributes |
isRenderEngine | see Application isRenderEngine Attribute | Identifies whether the local After Effects application is installed as a render engine |
language | see Application language Attribute | identifies the language in which the application is running |
version | see Application version Attribute | identifies the version number of the After Effects application |
isProfessionalVersion | see Application isProfessionalVersion Attribute | identifies if the After Effects version is the Professional Version |
serialNumber | see Application serialNumber Attribute | identifies the serial number of the After Effects installation |
registeredName | seeApplication registeredName Attribute | identifies the name to which the After Effects installation is registered |
registeredCompany | see Application registeredCompany Attribute | identifies the company to which the After Effects installation is registered |
isWatchFolder | see Application isWatchFolder Attribute | boolean which returns true when the local application is running in Watch Folder mode |
onError | see Application onError Attribute | a callback which is called when an error occurs in the application |
settings | see Settings Object | calls settings within After Effects that can be set via scripting |
exitCode | see Application exitCode Attribute | used only when executing script externally (i.e. from a command line or AppleScript). Set to zero, indicates no error occurred; set to a positive number, indicates an error occurred while running the script. |